home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / quikgraf.arc / QUIKGRAF.DOC next >
Encoding:
Text File  |  1986-11-24  |  5.1 KB  |  134 lines

  1. QUICKGRAPH  - A  PROGRAM TO DEVELOP GRAPHS QUICKLY  FOR  BUSINESS
  2. PRESENTATIONS USING THE "GRAFTRAX" PRINTING FEATURE ON THE  EPSON
  3. OR OTHER DOT-MATRIX PRINTER
  4.  
  5. Summary  - this  program produces four types  of  graphs,  simple
  6. bargraphs, stacked bargraphs, scatter graphs, and linegraphs.
  7.  
  8. The graphs are first produced on the screen, and then are printed
  9. on paper using the GRAFTRAX commands
  10.  
  11.                Left Shift + PrtSc = Small graph
  12.                Right Shift + PrtSc = Large graph
  13.  
  14. Setting up -
  15.  
  16. Be  sure  you  have  a color graphics  adapter  installed  - this
  17. program will not work on the IBM Monochrome adapter.
  18.  
  19. When  you  boot the system,  if you plan to print the  graphs  on
  20. paper,  be  sure you have included GRAFTRAX in your  AUTOEXEC.BAT
  21. file.
  22.  
  23. That's  it!  there is nothing else to do except run  the  program
  24. from the DOS command level using the simple command:
  25.  
  26.                          A>   QUIKGRAF
  27.  
  28. Technical Discussion (if you want to read on)
  29.  
  30. This  program is written in advanced basic and produces graphs on
  31. the Green screen or color monitor screen in either high resolution,
  32. (200  x 640) or low resolution (200 x 320)  graphics.   The  high
  33. resolution  graphics are always in black and white,  and  produce
  34. only  those colors (no grays) when the graphs are printed on  the
  35. dot  matrix printer.   The advantages of high resolution are that
  36. more  words are available per unit space,  the disadvantages  are
  37. that  it  is  difficult  to distinguish  between  more  than  two
  38. variables where this is important.  The low (IBM calls it medium)
  39. resolution graphics produces full color graphs on the screen  for
  40. those of you that have color monitors,  and shades of gray, black
  41. and  white  for those of you that are using a monochrome  monitor
  42. with the color graphics card.  When the low resolution graphs are
  43. printed on paper, the colors or gray shades print out  as  black,
  44. grays, and white.
  45.  
  46. When you are plotting line graphs or scatter (Unconnected points)
  47. graphs,  there is no color or shades of gray, instead the program
  48. plots  different  symbols  for each  variable,  so  high  or  low
  49. graphics works equally well.
  50.  
  51. There  is  no  need  to  worry about the  scale  for  either  the
  52. horizontal  (x-axis)  or  the vertical (Y-axis)  as  the  program
  53. automatically  sets  these based on  the  data  entered.   Either
  54. positive  or negative numbers from -9999 to +9999 can be  entered
  55. for  any  of  the variables and the program will  set  the  scale
  56.  
  57.  
  58.                                 1
  59.  
  60.  
  61.  
  62. factors to provide the best presentation.   Specifically,  if all
  63. variables  are  positive,  the scale goes (on the vertical  or  y
  64. axis) from zero to 115% of the largest number entered.   If there
  65. are  some  negative  numbers,  it goes from 115% of  the  largest
  66. negative number to 115% of the largest positive number.     NOTE:
  67. negative numbers do not work well on stacked bargraphs (obvious).
  68. The width of the bars (for the bargraphs and  stacked  bargraphs)
  69. are  set by the program to match the number of variables and  the
  70. number  of  time  steps  you have  chosen.   The  range  for  the
  71. horizontal  axis for the line graph goes from the smallest number
  72. to the largest number.  For the scatter graph, the program adds a
  73. little  space  on both ends of the scale so that the  points  are
  74. more easily observed.
  75.  
  76. NOTE:   ALL THIS IS DONE FOR YOU, ALL YOU HAVE TO DO IS ENTER THE
  77. DATA!
  78.  
  79. Operating instructions -
  80.  
  81. The data is entered in 5 easy steps:
  82.  
  83.      1.  Define the resolution (High or Low)
  84.      2.  Define the type of graph
  85.      3.  Define how many variables and time steps
  86.  
  87. (at this time a blank data sheet will appear on the screen)
  88.  
  89.      4.  Put  names  on the variables and  time  steps, and  then
  90. enter the data (numbers) in the proper location on the data sheet.
  91. During this step, if you make a mistake continue with the rest of
  92. the  data entry, and when you are finished, when you  are  asked,
  93. "are all values correct", enter a "N" for NO, and using  carriage
  94. returns, advance the cursor to the right location  and  overwrite
  95. the bad data with the correct entry.
  96.  
  97. (after  all  data  is entered,  the filled  in  data  sheet  will
  98. disappear)
  99.  
  100.      5.  Label the horizontal (x-axis), vertical (y-axis) and the
  101. graph title itself.
  102.  
  103. Any  error in data entry can be corrected using the backspace key
  104. located to the left of the NumLock key.
  105.  
  106. If you make a mistake in the selection of the first three  steps,
  107. (i.e.  the  resolution,  graph type,  or number of variables) you
  108. must start over.
  109.  
  110. Printing the graph -
  111.  
  112. After  all  data is entered,  a warning will be  flashed  on  the
  113. screen, prompting you to "Hit any key to continue".
  114.  
  115. This  will activate the graph on the screen.   Once it is on  the
  116. screen,  then  you  have two choices - print the graph using  the
  117.  
  118.  
  119.                                 2
  120.  
  121.  
  122.  
  123. GRAFTRAX commands, or push the ESCAPE key to clear the screen.
  124.  
  125. Good  luck.   Send suggestions for improvement by letter  to  the
  126. author by mail at the following address:
  127.  
  128. B. J. Reckman
  129. 5717 Lake Christopher Dr.
  130. Rockville, MD 20855
  131.  
  132.                                         3
  133.  
  134.